.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 86px;
    z-index: 99;
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
}

.header .header-wrapper {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.header .header-wrapper .logo {
    position: relative;
}

.header .header-wrapper .logo a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.header .header-wrapper .logo div {
    display: block;
    height: .5rem;
    width: 2.6rem;
    background: url(../images/logo.png) no-repeat;
    background-size: 2.6rem .5rem;
}

.header .header-wrapper .header-nav {
    display: flex;
    height: 100%;
}

.header .header-wrapper .header-nav ul {
    display: flex;
    height: 100%;
}

.header .header-wrapper .header-nav ul li {
    margin-right: .6rem;
    font-size: 16px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .header-wrapper .header-nav ul li.active::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: 0;
    background: #fff;
    transition: .25s;
}

.header .header-wrapper .header-nav ul li::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    height: 2px;
    bottom: 0;
    background: #fff;
    transition: .25s;
}

.header .header-wrapper .header-nav ul li:hover::before {
    left: 0;
    right: 0;
}

.header .header-wrapper .header-nav ul li a {
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .header-wrapper .header-nav>div {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 30px;
    justify-content: center;
}

.header .header-wrapper .header-nav .icon {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
    fill: currentColor;
    color: #fff;
    overflow: hidden;
}

.header .header-wrapper .header-nav #search .sous {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    opacity: 0;
    display: none;
    transition: .3s;
}

.header .header-wrapper .header-nav #search .sous form {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.header .header-wrapper .header-nav #search .sous .key {
    flex: 1;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    border: none;
    padding: 0 .06rem;
}

.header .header-wrapper .header-nav #search .sous button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0067ac;
    border: none;
    cursor: pointer;
}

.header .header-wrapper .header-nav #search .sous button .icon {
    width: 20px;
    height: 20px;
    vertical-align: -0.15em;
    fill: currentColor;
    color: #fff;
    overflow: hidden;
}

.header .header-wrapper .header-nav #search:hover .sous {
    display: block;
    opacity: 1;
}

.headers {
    background: #fff;
}

.headers .header-nav ul li a {
    color: #333 !important;
}

.headers .header-nav .icon {
    color: #333 !important;
}

.headers .header-nav ul li::before {
    background: #0067ac !important;
}

.headers .header-wrapper .logo div {
    background: url(../images/b-logo.png) no-repeat !important;
    background-size: 2.6rem .5rem !important;
}

.headers .header-nav ul .active a {
    color: #0067ac !important;
}

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner img {
    width: 100%;
    display: block;
}

.index-banner .swiper-pagination {
    position: absolute;
    left: 13.4%;
    bottom: 4%;
    z-index: 999;
    width: 1rem;
}

.index-banner .swiper-pagination span {
    width: .16rem;
    height: .16rem;
    border: 1px #fff solid;
    margin: 0 .14rem 0 0 !important;
    border-radius: 0;
    background: none;
    opacity: 1;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.index-banner .index-button {
    position: absolute;
    right: 13.4%;
    bottom: 4%;
    z-index: 999;
    width: 1rem;
    display: flex;
    height: .4rem;
    justify-content: space-between;
}

.index-banner .index-button div {
    float: none;
    width: .36rem;
    height: .36rem;
    border-radius: .18rem;
    cursor: pointer;
    top: 0;
    position: relative;
    box-sizing: border-box;
}

.index-banner .swiper-container {
    --swiper-theme-color: #fff;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: .2rem;
    /* 设置按钮大小 */
}

.index-banner .swiper-container b {
    width: 1px;
    height: .2rem;
    background: rgba(255, 255, 255, .2);
    margin: 0 .16rem;
}

.index-banner .index-button div:hover {
    background: #df1b18;
}

.footer {
    width: 100%;
    background: #333333;
    padding-top: .48rem;
}

.footer .footer-t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.footer .footer-t .footer-nav {
    display: flex;
    padding-bottom: 20px;
}

.footer .footer-t .footer-nav a {
    color: #fff;
    font-size: 16px;
    margin-right: 48px;
    display: flex;
}

.footer .footer-t .footer-l img {
    display: block;
    margin-bottom: .2rem;
}

.footer .footer-t .footer-l .footer-info {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.footer .footer-t .footer-l .footer-info .icon {
    width: 16px;
    height: 16px;
    fill: currentColor;
    overflow: hidden;
    color: #0067ac;
    margin-right: .12rem;
}

.footer .footer-t .footer-l .footer-info p {
    font-size: 14px;
    color: #fff;
}

.footer .footer-t .footer-r div {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
}

.footer .footer-t .footer-r div span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #df1b18;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 10px;
}

.footer .footer-t .footer-r .icon {
    width: 14px;
    height: 14px;
    fill: currentColor;
    overflow: hidden;
    color: #fff;
}

.footer .footer-t .footer-r div h4 {
    font-size: 24px;
    color: #fff;
}

.footer .footer-t .footer-r a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    border: 1px #717171 solid;
    border-radius: 20px;
    margin-top: -1px;
}

.footer .footer-t .footer-r a img {
    width: 20px;
    margin-right: 10px;
}

.footer .footer-copyright {
    width: 100%;
    border-top: 1px #484848 solid;
}

.footer .footer-copyright .f-icp {
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
}

.footer .footer-copyright .f-icp p {
    font-size: 14px;
    color: #b2b2b2;
}

.footer .footer-copyright .f-icp p a {
    margin-left: 10px;
    font-size: 14px;
    color: #b2b2b2;
}

.footer .footer-copyright .f-icp div {
    display: flex;
}

.footer .footer-copyright .f-icp div a {
    font-size: 14px;
    color: #b2b2b2;
    margin-left: 26px;
}

.footer .footer-copyright .link {
    display: flex;
}

.footer .footer-copyright .link span {
    font-size: 14px;
    color: #b3b3b3;
}

.footer .footer-copyright .link a {
    font-size: 14px;
    color: #b3b3b3;
    display: flex;
    margin-right: 20px;
}

.nav-right {
    position: fixed;
    top: 28%;
    right: 0;
    z-index: 99999;
    display: flex;
    right: -160px;
    padding: 1rem 0;
    background: #dc3125;
}

.nav-right .f-left {
    position: absolute;
    top: 132px;
    width: 0px;
    height: 115px;
    border-top: 10px solid transparent;
    border-right: 25px solid #dc3125;
    border-bottom: 10px solid transparent;
    text-align: center;
    font-size: 13px;
    color: #0b2a1a;
    transform: translateX(-25px);
    cursor: pointer;
}

.nav-right .f-left::before {
    content: '在线咨询';
    position: absolute;
    left: 0;
    width: 25px;
    top: 0;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-right .f-left.active::before {
    content: '点击隐藏';
}

.nav-right .f-right {
    width: 160px;
    box-sizing: border-box;
    padding-bottom: 20px;
    background: #dc3125;
}

.nav-right .f-right .tubu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 0;
    border-bottom: 2px solid rgba(255, 255, 255, .6);
    margin-bottom: 30px;
    position: relative;
}

.nav-right .f-right .tubu a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.nav-right .f-right .tubu img {
    width: 26px;
    height: 26px;
}

.nav-right .f-right .tubu span {
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
}

.nav-right .f-right p {
    font-size: 14px;
    color: #fff;
    padding-left: 16px;
}

.nav-right .f-right h4 {
    font-size: 18px;
    color: #fff;
    margin: 10px 0;
    padding-left: 16px;
}

.nav-right .f-right ul {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 2px rgba(255, 255, 255, .6) solid;
}

.nav-right .f-right ul li {
    width: 100%;
    background: #dc3125;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
}

.nav-right .f-right ul li span {
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
}

.nav-right .f-right ul li img {
    width: 84%;
    margin: auto;
    border-radius: 4px;
}

.nav-right .f-right .qywx h3 {
    font-size: 16px;
    text-align: center;
    color: #333;
}

.nav-right .f-right .qywx img {
    width: 100%;
    display: block;
}

.nav-right .f-right .topds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav-right .f-right .topds p {
    margin-top: 6px;
    color: #999;
    font-size: 14px;
}

.nav-right .f-right .topds:hover p {
    color: #dc3125;
}